object fConfdel: TfConfdel Left = 284 Top = 166 Width = 528 Height = 328 Caption = 'Confirm delete ...' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 253 Width = 520 Height = 41 Align = alBottom BevelInner = bvLowered TabOrder = 0 object Button1: TButton Left = 184 Top = 8 Width = 75 Height = 25 Caption = 'Ok' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 264 Top = 8 Width = 75 Height = 25 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button2Click end end object Panel2: TPanel Left = 0 Top = 0 Width = 520 Height = 253 Align = alClient TabOrder = 1 object Label1: TLabel Left = 1 Top = 1 Width = 518 Height = 15 Align = alTop Alignment = taCenter Caption = 'Files to be deleted :' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object ListBox1: TListBox Left = 1 Top = 16 Width = 518 Height = 236 Align = alClient ItemHeight = 13 TabOrder = 0 end end end